Deletes all expired items Each dataset has the option to set it's SLA according to the attached example
When setting expirationOptions.itemMaxAge to a number (100 for example), Each item in the dataset will be deleted once the corresponding number of days have passed since it's creation
Ok
{- "id": "string",
- "url": "string",
- "status": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "type": "string",
- "error": "string",
- "progress": 0,
- "spec": {
- "property1": null,
- "property2": null
}, - "report": {
- "property1": null,
- "property2": null
}
}